From b14d99ad7a97b97ded84520944aba7146c9b25a8 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sat, 28 Mar 2020 10:15:50 -0400 Subject: [PATCH] accellabel: Drop unused class fields We are not using these anymore. --- gtk/gtkaccellabel.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/gtk/gtkaccellabel.c b/gtk/gtkaccellabel.c index 73634b397f..7b83dbad5b 100644 --- a/gtk/gtkaccellabel.c +++ b/gtk/gtkaccellabel.c @@ -102,11 +102,6 @@ struct _GtkAccelLabel struct _GtkAccelLabelClass { GtkWidgetClass parent_class; - - char *mod_name_shift; - char *mod_name_control; - char *mod_name_alt; - char *mod_separator; }; GParamSpec *props[LAST_PROP] = { NULL, }; -- 2.30.2